﻿@charset "utf-8";
/*CSS Document*/

/* ============================================================================================================================
													全局默认样式
===============================================================================================================================*/
body {
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 16%;
  line-height: 1.7;
  margin: 0px;
  padding: 0px;
  color: #2e2e2e;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
li,
dd,
dl,
dt,
ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
em,
i {
  font-style: normal;
}
hr {
  color: #eee;
  background: #eee;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus,
.hov a,
.navusb li a:hover {
  color: #1e6c97;
  text-decoration: none !important;
}
p {
  padding: 0px;
  margin: 0px;
}
img {
  max-width: 100%;
}
input {
  outline: none;
  border: 0;
}
input:focus {
  outline: none;
}
button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}
.container {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

/* ============================================================================================================================
													bootstrap
===============================================================================================================================*/
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
}

/* ============================================================================================================================
													超出省略
===============================================================================================================================*/
.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis-1 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: inherit !important;
  color: #666;
}
.ellipsis-2 {
  -webkit-line-clamp: 2;
}
.ellipsis-3 {
  -webkit-line-clamp: 3;
}
.ellipsis-4 {
  -webkit-line-clamp: 4;
}
/* ============================================================================================================================
													全局宽度
===============================================================================================================================*/
.container {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.container-fluid,
.banner-container {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 780px) {
  .container-pad {
    padding: 50px 0;
  }
}
.content_box {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .container,
  .content_box {
    padding: 0 15px;
  }
}

/* ============================================================================================================================
													page-翻页
===============================================================================================================================*/
.pagination {
  float: right;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #e43124;
  border-color: #e43124;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.pagination {
  float: right;
}

.next-map p {
  /* width:40%;float: left; */
  position: relative;
  margin-top: 4px;
}
.next-map p:last-child {
  /* width: 40%;float: right; */
  position: relative;
}
.next-map p span {
  display: inline-block;
  float: left;
}
.next-map p .ellipsis-1 {
  display: inline-block; /* 	 */
}

/* ============================================================================================================================
													公共标题字体大小
===============================================================================================================================*/
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
@media (max-width: 1440px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 14px;
  }
}

/* ============================================================================================================================
													浮动
===============================================================================================================================*/
.fr {
  float: right;
}
.fl {
  float: left;
}
/* ============================================================================================================================
													内页海报
===============================================================================================================================*/
.page-banner {
    overflow: hidden;
    position: relative;
}
.page-banner img {
    width: 100%;
}
.page-banner .page-banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.page-banner .page-banner-title h3 {
    font-size: 0.38rem;
    color: #fff;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
}
.page-banner .page-banner-title h3::after {
    content: "";
    width: 0.9rem;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    animation: myfirst 2s;
    -webkit-animation: myfirst 2s;
    -moz-animation: myfirst 2s;
    -webkit-animation: myfirst 2s;
    -o-animation: myfirst 2s;
}
.page-banner .page-banner-title p {
    font-size: 0.18rem;
    color: #fff;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 50%;
    margin: auto;
    text-align: center;
    margin-top: 0.2rem;
}


/* ============================================================================================================================
													header-头部
===============================================================================================================================*/
.header_fixed {
  position: fixed;
  z-index: 8887;
  width: 100%;
  font-size: 16%;
  top: 0;
  left: 0;
  background: #ffffff;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .header_fixed {
    transform: translateY(0em);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    animation: topin 0.5s ease-out 0.2s 1 normal;
    animation-fill-mode: forwards;
  }
}
.header_main {
  background: #ffffff;
}
.header {
  height: auto;
  box-sizing: border-box;
  padding: 0.1rem 0;
  text-align: center;
}
.header .container {
  max-width: 1420px;
  position: relative;
  height: 85px;
}

.header .header_left {
  left: 15px;
}
.header .header_right,
.header .header_tel {
  right: 15px;
}
.header .header_ab {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: auto;
  transform: translate(0%, -50%);
}
.header .header_ab {
  color: #1e6c97;
  font-size: 18px;
  line-height: 30px;
}
.header .header_ab em a {
  color: #1e6c97;
  font-size: 0.3rem;
}

.header .header_ab img {
  height: 80%;
  max-height: 28px;
  width: auto;
}
.header .header_ab p {
  text-align: left;
  padding: 0;
  margin: 0;
  color: #2e2e2e;
}
.header .header_ab_lsp {
  letter-spacing: 1.5px;
}
.header .header_ab_bd {
  font-weight: bold;
  font-size: 30px;
}
.header .header_ab_bd strong {
  font-size: 18px;
  color: #1e6c97;
}
.header .header_ab_hd {
  font-size: 14px;
  padding-left: 20px !important;
}
.header .header_ab_hd img {
  margin: 0 5px;
}
.header .header_ab span {
  color: #1e6c97;
  font-weight: bold;
}
.header .header_right p {
  text-align: right;
}
.header .yuyang {
  font-weight: normal;
  font-size: 12px;
  margin-top: 5px !important;
}
.header .yuyang a,
.header .yuyang > span {
  position: relative;
  float: right;
  line-height: 20px;
  color: #2e2e2e;
}
.header .yuyang a {
  margin: 0 0 0 10px;
}
.header .yuyang > span {
  margin-left: 20px;
}
.header .yuyang .lang {
  width: 45px;
  height: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #e5e5e5;
  color: #2e2e2e;
  display: block;
  overflow: hidden;
}
.header .yuyang .lang span {
  width: 45px;
  height: 20px;
  float: left;
  padding-left: 10px;
  line-height: 20px;
  color: #2e2e2e;
  text-align: left;
}
.header .yuyang .lang img {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  margin: 0;
}
.header .yuyang .langs {
  background-color: #29316c;
}
.header .yuyang .langs span {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .header .header_ab {
    font-size: 16px;
    line-height: 32px;
  }
  .header .header_ab_bd {
    font-weight: bold;
    font-size: 26px;
  }
  .header .header_ab_bd strong {
    font-size: 14px;
  }
}
/*--logo--*/
.header .logo {
  width: auto;
  max-width: 250px;
  overflow: hidden;
  margin: 0 auto;
  z-index: 999;
  position: relative;
  top: 0;
  height: 85px;
  left: 0;
  right: 0;
}
.header .logo img {
  width: 100%;
}
.header .logo span {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #00a64f;
  font-size: 16px;
}
.header .logo span::before,
.header .logo span::after {
  content: "";
  position: absolute;
  margin: auto 0;
}
.header .logo span::before {
  left: -45px;
}
.header .logo span::after {
  right: -45px;
}
@media (max-width: 992px) {
  .header {
    padding: 5px 0;
  }
  .header .container {
    height: auto;
  }
  .header .logo {
    max-width: 130px;
    height: auto;
    padding: 5px;
    position: relative;
  }
  .header .logo span {
    font-size: 12px;
  }
  .header .logo span::before,
  .header .logo span::after {
    content: "â€”";
  }
  .header .logo span::before {
    left: -20px;
  }
  .header .logo span::after {
    right: -20px;
  }
}

.header .hidden-lg {
  display: flex;
  height: 100%;
  align-items: center;
}
.header .mnav_btn a {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  background: #1e6c97;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.header .header_tel img {
  height: 2.8em;
  max-height: inherit;
}
/*=======================================
nav_box
========================================*/
.nav_box {
  position: relative;
  z-index: 888;
  border-top: 1px solid #e2e2e2;
}
.nav_box .container {
  max-width: 1420px;
}
.nav_box .nav {
  width: 106%;
  height: 48px;
  margin-left: -3%;
}
.nav_box .nav .navli {
  position: inherit !important;
  float: left;
  width: 10%;
  line-height: 48px;
  text-align: center;
}
@media (min-width: 992px) {
  .nav_box .nav .navli {
    width: 12.186%;
    position: initial !important;
    float: none;
    display: inline-block;
  }
  .nav_box .nav .navli:last-child {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .nav_box .nav {
    width: 103%;
  }
  .nav_box .nav .navli{
	  width: 12.1%;
  }
}

.nav_box .nav li a {
  line-height: 48px;
  height: 48px;
  position: relative;
  padding: 0;
}
.nav > li > a:hover {
  background-color: inherit;
}
.nav_box .nav li .navlia::after {
  right: 0;
  left: 34px;
  position: absolute;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  bottom: 25px;
  transition: all 0.5s;
}
.nav_box .nav .menuon::after,
.nav_box .nav li .navlia:hover::after {
  border-bottom: 6px solid #307faa;
  bottom: 0;
}

.nav_box .nav li a span {
  font-weight: bold;
  font-size: 0.18rem;
  color: #2e2e2e;
}
.nav_box .nav li a i {
  font-size: 24px;
  color: #2e2e2e;
}
.nav_box .nav li a i,
.nav_box .nav li a span {
  display: inline-block;
  vertical-align: middle;
}
.nav_box .nav li:hover a span,
.nav_box .nav li:hover a i {
  color: #307faa;
}
.nav_box .nav .navsub {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 48px;
  text-align: center;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 0.3rem;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.nav_box .nav .navsub .container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1630px;
  padding: 0 15px;
}
.nav_box .nav .navsub .container ol,
.nav_box .nav .navsub .container > div {
  float: left;
  width: 50%;
  padding: 0 0.2rem;
  text-align: left;
}
.nav_box .nav .navsubs .container ol {
  width: 100%;
}
.nav_box .nav .navsub ol li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  margin: 0 -2px;
  width: auto;
  margin: 0.3rem;
}
.nav_box .nav .navsub ol li a {
  position: relative;
  display: block;
  font-size: 14px;
  padding: 0 0.3rem 0 0;
  height: auto;
  line-height: 2;
  color: #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}
.nav_box .nav .navsub ol li a:hover {
  color: #29316c;
  border-bottom: 1px solid #29316c;
}
.nav_box .nav .navsub ol li a::after {
  width: 0.3rem;
  height: 0.3rem;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  background: url(../images/more.png) right center no-repeat;
}
.nav_box .nav .navsub ol .on a,
.nav_box .nav .navsub ol li:hover a {
  color: #1e6c97;
  border-bottom: 1px solid #1e6c97;
}
.nav_box .nav .navsub ol .on a::after {
  background: url(../images/more2.png) right center no-repeat;
}

.nav_box .nav .navsub .container > div li {
  width: 80%;
  margin: auto;
  overflow: hidden;
}
.nav_box .nav .navsub .container > div li img,
.nav_box .nav .navsub .container > div li a {
  width: 100%;
}

@media (max-width: 1360px) {
  .nav_box .nav li a span {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .header_box {
    height: 65px;
    background-color: #ffffff;
  }
  .header_main {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 65px;
    z-index: 999;
	border-bottom: 1px solid #1e6c97;
  }
  .nav_box .m_nav {
    display: block;
    position: fixed;
    z-index: 90;
    top: 65px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 0 0;
    transform: translateX(-100%);
    transition: 0.6s ease-in-out;
  }

  .nav_box .m_nav .mnavli {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
  }
  .nav_box .m_nav .mnavli .mnavlia {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0 1em;
    font-size: 14px;
    color: #2e2e2e;
    line-height: 3;
  }
  .nav_box .m_nav .mnavli .mnavlia i {
    width: 1em;
    height: 1em;
    overflow: hidden;
    background: url("../images/add.png") center center no-repeat;
    background-size: contain;
    display: none;
  }
  .nav_box .m_nav .active .mnavlia {
    color: white;
    background-color: #1e6c97;
  }
  .nav_box .m_nav .active .mnavlia i {
    background: url("../images/reduce.png") center center no-repeat;
    background-size: contain;
  }
  .nav_box .m_nav .mnavli .m_navsub {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 20px;
    display: none;
  }
  .nav_box .m_nav .mnavli .m_navsub li {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #7e7e7e;
    line-height: 2.6;
  }
  .nav_box .m_nav .mnavli .m_navsub li a {
    color: inherit;
  }
  .nav_box {
    border-bottom: none;
	border-top: none;
  }
  .nav_box .on {
    transform: translateX(0);
    transition: 0.6s ease-in-out;
  }
}
/* ============================================================================================================================
													footer-脚部
===============================================================================================================================*/
.footer .container {
  width: 95%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0px 8px;
}

.footer {
  background: url(../images/footer_bg.jpg) no-repeat center;
  overflow: hidden;
  padding-top: 0.5rem;
  background-size: cover;
}

.footer_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 0.15rem;
}

.footer .footer_contact {
  overflow: hidden;
  width: 25%;
}

.footer .footer_contact h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer .footer_contact h2 a {
  color: #ffffff;
}

.footer .footer_contact h3 {
  margin: 0;
  font-size: 16px;
  color: #999;
}

.footer .footer_contact p {
  margin: 0;
  font-size: 0.3rem;
  color: #fff;
  margin-bottom: 5px;
}

.footer .footer_contact p a {
  color: #fff;
  font-weight: bold;
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer_contact p a i {
  font-size: 20px;
}

.footer .footer_contact ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.footer .footer_contact ul li {
  list-style: none;
  font-size: 16px;
  color: #999;
  margin-bottom: 5px;
}

.footer .footer_contact ul li a {
  color: #999;
}

.footer .footer_contact > div span {
  display: block;
  width: 0.54rem;
  height: 0.54rem;
  margin-right: 0.3rem;
}

.footer .footer_contact > div span img {
  width: 100%;
  display: block;
}

.footer .footer_nav {
  overflow: hidden;
  display: flex;
  align-content: space-between;
  align-items: flex-start;
}

.footer .footer_nav ul {
  margin: 0 0.5rem;
  padding: 0;
  overflow: hidden;
  max-width: 1rem;
}

.footer .footer_nav ul h2 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 0.1rem;
}

.footer .footer_nav ul h2 a {
  color: #fff;
}

.footer .footer_nav ul ol {
  padding: 0;
}

.footer .footer_nav ul ol li {
  list-style: none;
  line-height: 35px;
  height: 35px;
}

.footer .footer_nav ul ol li a {
  font-size: 14px;
  color: #999999;
  line-height: 0.4rem;
}

.footer .footer_nav ul:last-child {
  margin-right: 0;
}
.footer .footer_nav ul:first-child {
  margin-left: 0;
}

.footer .footer_info {
  width: 20%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .footer_code {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer .footer_code > div {
  width: 48%;
}

.footer .footer_code > div span {
  width: 100%;
  display: block;
  overflow: hidden;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.footer .footer_code > div span img {
  width: 100%;
  display: block;
}

.footer .footer_code > div p {
  margin: 0.1rem 0 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
/*--友情链接--*/
.footer .footer_link {
  clear: both;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: #fff;
  padding: 0.3rem 0 0.2rem 0;
  display: none;
}

.footer .footer_link a {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  padding: 0 0.2rem 0 0;
}

.footer .footer_copyright {
  overflow: hidden;
  padding: 0.2rem 0;
  border-top: 1px solid #3f4148;
}

.footer .footer_copyright .footer_copyright_fl {
  display: flex;
  align-items: center;
  align-content: center;
  float: left;
}

.bqsm {
  font-size: 30px;
}

.footer .footer_copyright .footer_copyright_fl p,
.footer .footer_copyright .footer_copyright_fl a {
  font-size: 14px;
  color: #999999;
  margin: 0;
}

.footer .footer_copyright .footer_copyright_fr {
  float: right;
}

.footer .footer_copyright .footer_copyright_fr a {
  color: #999999;
  font-size: 14px;
}

@media (max-width: 992px) {
  .footer_box {
    flex-wrap: wrap;
  }

  .footer {
    padding: 50px 0 70px;
  }

  .footer .footer_code {
    max-width: 6rem;
    margin: 20px auto;
  }

  .footer .footer_nav {
    display: none;
  }

  .footer .footer_info {
    width: 100%;
    flex-direction: row-reverse;
  }

  .footer .footer_contact h2 {
    font-size: 18px;
  }

  .footer .footer_contact h3 {
    font-size: 14px;
  }

  .footer .footer_contact p a {
    font-size: 28px;
	justify-content: center;
  }

  .footer .footer_contact ul li {
    font-size: 14px;
  }

  .footer .footer_contact ul li a {
    font-size: 14px;
  }

  .footer .footer_contact {
    padding-left: 0;
    padding-right: 0.2rem;
    width: 100%;
    text-align: center;
  }

  .footer .footer_copyright .footer_copyright_fl {
    flex-wrap: wrap;
    justify-content: center;
    float: initial;
  }


  .footer .footer_copyright .footer_copyright_fr {
    float: inherit;
    text-align: center;
  }
  .footer .footer_copyright .footer_copyright_fl p,
  .footer .footer_copyright .footer_copyright_fl a {
    text-align: center;
  }
  .footer .footer_link{display: none;}
}

@media (max-width: 768px) {
  .footer {
    padding-top: 30px;
  }
  .footer .footer_copyright {
    margin-top: 0.2rem;
  }
  .footer_link,
  .footer .footer_contact h2 {
    display: none !important;
  }
  .footer .footer_code {
    margin: 5px auto;
  }
}


/*======================================= 手机底导航 ===============================*/
.footer-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8888;
  background-color: #1e6c97;
  height: 45px;
  display: block;
}
.footer-nav ul {
  position: relative;
  display: block;
}
.footer-nav ul li {
  float: left;
  width: 20%;
  height: 45px;
  text-align: center;
  overflow: hidden;
}

.footer-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-nav ul li span {
  position: relative;
  display: block;
  text-align: center;
  width: 20px;
  height: 20px;
  margin: 5px auto;
  overflow: hidden;
}
.footer-nav ul li:nth-child(3) span {
  position: absolute;
  top: -24px;
  width: 75px;
  height: 75px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.footer-nav ul li:nth-child(3) p {
  display: none;
}
.footer-nav ul li span img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.footer-nav ul li p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 11px;
}
.footer-nav ul li:nth-child(3) span img {
  position: relative;
  width: 100%;
  height: auto;
}


/*=======================================
banner_box
========================================*/
.banner_box {
  position: relative;
}

.banner_box,
.banner_box .banner_container,
.banner_box a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.banner_box .swiper-slide {
  position: relative;
}

.banner_box .swiper-slide a {
  position: relative;
  z-index: 1;
}

.banner_box .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.07rem;
  z-index: 2;
  background-color: #1e6c97;
}

.banner_box .swiper-slide-active::before {
  width: 100%;
  transition: width 8s;
  -webkit-transition: width 8s;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}

.banner_box img {
  width: 100%;
}

.banner_box .banner_prev,
.banner_box .banner_next {
  position: absolute;
  width: 0.46rem;
  height: 0.85rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.banner_box .banner_next {
    left: 0;
    background: url(../images/b-left.png) no-repeat center;
    background-size: cover;
}
.banner_box .banner_prev {
    right: 0;
    background: url(../images/b-right.png) no-repeat center;
    background-size: cover;
}

.banner_box .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.06rem;
  position: relative;
  background: #ffffff;
  margin: 0.06rem !important;
  opacity: 1;
  -webkit-border-radius: 0.045rem;
  -ms-border-radius: 0.045rem;
  -o-border-radius: 0.045rem;
  -moz-border-radius: 0.045rem;
  border-radius: 0.045rem;
}

.banner_box .swiper-pagination-bullet-active {
  background: #1e6c97;
  width: 0.2rem;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  /* Safari */
}

@media (max-width: 768px) {
  .banner_box .banner_prev,
  .banner_box .banner_next {
    position: absolute;
    width: 30px;
    height: 55px;
  }
}

/* ============================================================================================================================
	index-首页
===============================================================================================================================*/

/*===标题公共样式===*/
.guide_title {
  text-align: center;
  overflow: hidden;
}
.guide_title h1 a {
  position: relative;
  display: inline;
  color: #222222;
  margin: 0 auto 10px;
  line-height: 1.4;
}
.guide_title h1 a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url(../images/h2.png) no-repeat center;
  background-size: 100%;
  width: 0.7rem;
  height: 0.8rem;
  content: "";
}
.guide_title p {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 25px;
  margin: 0.08rem 0 0.15rem;
  color: #797979;
}
@media (max-width: 768px) {
  .guide_title p {
    font-size: 14px;
  }
  .guide_title h1 a::after {
    width: 40px;
    height: 40px;
  }
}

/*=======================================
  guide_more
========================================*/
.guide_more {
  width: 100%;
  text-align: center;
}
.guide_more li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.guide_more li a {
  margin: 0 auto;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  color: #ffffff;
  display: block;
  background-color: #1e6c97;
  padding: 0 20px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  width: 135px;
  text-align: center;
}
.guide_more li a i {
  font-size: 16px;
  line-height: 38px;
  margin: 0 0 0 5px;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_more li a:hover i {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .guide_more li a {
    line-height: 32px;
    font-size: 14px;
  }
  .guide_more li a i {
    line-height: 34px;
    font-size: 14px;
  }
}

/* ============================================================================================================================
  guide_pro
===============================================================================================================================*/
.guide_pro {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  padding: 0.5rem 0;
}
.guide_pro .hd {
  width: 100%;
  text-align: center;
  margin: 0.05rem 0;
}
.guide_pro .hd li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 1.41rem;
  line-height: 0.42rem;
  height: 0.42rem;
  margin: 0.2rem;
  cursor: pointer;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.guide_pro .hd li span {
  font-size: 0.2rem;
  color: #2e2e2e;
  background-color: #f5f6f7;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 10px;
}
.guide_pro .hd .on span {
  color: #ffffff;
  background-color: #2f7ea9;
}
.guide_pro .bd {
  width: 100%;
}
.guide_pro .bd ul {
  position: relative;
}
.guide_pro .bd ul .pro_container {
  width: 102%;
  margin-left: -1%;
}
.guide_pro .bd .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.guide_pro .bd .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  position: relative;
  background: #dddddd;
  margin: 1px 5px !important;
  opacity: 1;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.guide_pro .bd .swiper-pagination-bullet-active {
  background: #1e6c97;
  transition: width 0.5s;
  -webkit-transition: width 0.5s; /* Safari */
}
.guide_pro .bd ul li {
  padding: 10px;
}
.guide_pro .bd ul li ol {
  position: relative;
  display: block;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  background-color: #f5f6f7;
}
.guide_pro .bd ul li ol .pic {
  padding-top: 74%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.guide_pro .bd ul li ol .pic dl img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.guide_pro .bd ul li dd {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
.guide_pro .bd ul li dd p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 0.26rem;
  text-align: center;
}
.guide_pro .bd ul li dd p a {
  display: inline;
  padding: 0.1rem 0.15rem;
  margin: 0.1rem 0.4rem;
  box-sizing: border-box;
  height: 0.24rem;
  line-height: 0.24rem;
  color: #ffffff;
  font-size: 0.16rem;
  -webkit-border-radius: 0.24rem;
  -ms-border-radius: 0.24rem;
  -o-border-radius: 0.24rem;
  -moz-border-radius: 0.24rem;
  border-radius: 0.24rem;
  background-color: #1e6c97;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
.guide_pro .bd ul li dd p a:first-child {
  background-color: #eb6877;
}
.guide_pro .bd ul li .box {
  padding: 0.2rem;
  background-color: #f5f6f7;
}
.guide_pro .bd ul li .box h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #2e2e2e;
  margin-bottom: 0.06rem;
}
.guide_pro .bd ul li .box p {
  color: #2e2e2e;
  font-size: 14px;
}
.guide_pro .bd ul li .box h3,
.guide_pro .bd ul li .box p {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .guide_pro .bd ul .guide_more li {
    padding-bottom: 0;
  }
  .guide_pro .bd ul li:hover ol {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .guide_pro .bd ul li:hover dd {
    visibility: visible;
    opacity: 1;
  }
  .guide_pro .bd ul li:hover dd p a {
    margin: 0.1rem 0.15rem;
    visibility: visible;
    opacity: 1;
  }
  .bd ul li:hover .box h3 {
    color: #1e6c97;
  }
}
@media (max-width: 992px) {
  .guide_pro .hd ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .guide_pro .hd li {
    width: 100px;
    line-height: 35px;
    height: 35px;
    margin: 5px;
  }
  .guide_pro .bd ul {
    padding-bottom: 20px;
    overflow: hidden;
  }
  .guide_pro .bd ul .swiper-wrapper li {
    padding: 2px;
  }
  .guide_pro .bd ul li .box h3 {
    font-size: 18px;
  }
  .guide_pro .bd ul li .box p {
    font-size: 14px;
  }
  .guide_pro .hd li span {
    font-size: 14px;
  }
}
@media (max-width:640px) {
  .guide_pro .hd ul {
    justify-content:space-between;
  }
  .guide_pro .hd li {
    width:30%;
    line-height: 35px;
    height: 35px;
    margin: 5px 0;
  }
}

/* ============================================================================================================================
  guide_adv
===============================================================================================================================*/
.guide_adv {
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.guide_adv .container .main {
  background-color: #f5f6f7;
  padding: 0.5rem;
  overflow: hidden;
}
.guide_adv .container .left {
  width: 35%;
  margin-right: 5%;
  float: left;
}
.guide_adv .guide_title,
.guide_adv .guide_more {
  text-align: left;
}
.guide_adv .guide_more li {
  margin-top: 0.2rem;
}
.guide_adv .container .left .hd {
  width: 90%;
}
.guide_adv .container .left .hd li {
  width: 50%;
  float: left;
  padding: 5% 10% 5% 0;
  box-sizing: border-box;
}
.guide_adv .container .left .hd li > div {
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 0.2rem 0.1rem;
}
.guide_adv .container .left .hd li > div .pic {
  width: 0.6rem;
  height: 0.6rem;
  margin: auto;
}
.guide_adv .container .left .hd li > div h3 {
  font-size: 0.23rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.guide_adv .container .left .hd li > div .onpic,
.guide_adv .container .left .hd .on > div .inpic {
  display: none;
}
.guide_adv .container .left .hd .on > div {
  background-color: #1e6c97;
  color: #ffffff;
}
.guide_adv .container .left .hd .on > div .onpic {
  display: block;
}
.guide_adv .container .bd {
  width: 60%;
  float: left;
}
.guide_adv .container .bd ol .pic {
  padding-top: 47.7%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.guide_adv .container .bd ol .pic img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.guide_adv .container .bd ol dd h3 {
  color: #1e6c97;
  font-size: 0.23rem;
  line-height: 2;
  margin: 0.15rem 0 0.1rem;
  position: relative;
  padding-left: 1.05rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_adv .container .bd ol dd h3::before {
  content: "";
  width: 0.9rem;
  height: 2px;
  background-color: #1e6c97;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.guide_adv .container .bd ol:hover h3 {
  padding-left: 1.15rem;
}
.guide_adv .container .bd ol dd p {
  color: #7c7c7c;
  font-size: 0.2rem;
  line-height: 0.35rem;
}
@media (min-width: 992px) {
  .guide_adv .container .bd .guide_more {
    display: none;
  }
}
@media (max-width: 992px) {
  .guide_adv {
    margin-bottom: 0rem;
  }
  .guide_adv .container {
    padding: 0;
  }
  .guide_adv .container .main {
    padding: 0.5rem 15px;
  }
  .guide_adv .container .main > div {
    width: 100%;
  }
  .guide_adv .container .left .guide_title {
    text-align: center;
  }
  .guide_adv .container .left .hd li {
    width: 24%;
    padding: 15px 0;
    margin: 0;
  }
  .guide_adv .container .left .hd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .guide_adv .container .left .guide_more {
    display: none;
  }
  .guide_adv .container .bd ol dd h3 {
    font-size: 20px;
    margin: 5px 0;
  }
  .guide_adv .container .bd ol dd p {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 26px;
  }
}
/* ============================================================================================================================
  关于我们-
===============================================================================================================================*/
.guide_about_box {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 0.5rem 0 0.4rem;
}
.guide_about_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  background-image: url(../images/about.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: cover;
}
.guide_about_box .container {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.guide_about_box a {
  color: #ffffff;
}
.guide_about_box h1 {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
.guide_about_box h1::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.02rem;
  margin: auto;
  content: "";
  width: 0.7rem;
  height: 2px;
  background-color: #ffffff;
}
.guide_about_box dd {
  overflow: hidden;
}
.guide_about_box dd p {
  line-height: 30px;
  max-height: 210px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .guide_about_box {
    padding: 0.5rem 0;
  }
  .guide_about_box dd p {
    line-height: 24px;
    max-height: 168px;
    font-size: 14px;
  }
}

/*--数字滚动--*/
.guide_about_box .number-box {
  overflow: hidden;
  width: 100%;
  margin: 0.1rem 0;
}
.guide_about_box .number-box li {
  float: left;
  width: 25%;
  padding: 0.2rem;
  font-size: 0.18rem;
  text-align: center;
}

.guide_about_box .number-box li > div h3,
.guide_about_box .number-box li > div span {
  display: inline;
  vertical-align: top;
  color: #ffffff;
}
.guide_about_box .number-box li > div h3 {
  font-size: 0.5rem;
  font-weight: bold;
}
.guide_about_box .number-box li p {
  color: #ffffff;
  font-size: 0.2rem;
}
@media (max-width: 992px) {
  .guide_about_box .container > div {
    width: 100%;
    padding: 0;
  }
  .guide_about_box .number-box {
    margin: 0;
    padding: 0.2rem 0;
  }
  .guide_about_box .number-box li {
    width: 50%;
  }
}
/*--车间--*/
.guide_about_box .about_bottom ul,
.guide_about_box .about_bottom .content {
  width: 100%;
  background-color: #ffffff;
}
.guide_about_box .about_bottom ul {
  padding: 5px 5px 0;
}
.guide_about_box .about_bottom .content li {
  float: left;
  width: 25%;
  padding: 2px;
}
.guide_about_box .about_bottom .content li a {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 64%;
}
.guide_about_box .about_bottom .content li a img,
.guide_about_box .about_bottom .content li a dl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
}
.guide_about_box .about_bottom .content .more a {
  background-color: #1e6c97;
}
.guide_about_box .about_bottom .content dl {
  text-align: center;
}
.guide_about_box .about_bottom .content dl h3 {
  position: relative;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.guide_about_box .about_bottom .content dl h3::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.6rem;
  height: 2px;
  background-color: #ffffff;
}
.guide_about_box .about_bottom .content dl p {
  margin: 0 auto;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  color: #1e6c97;
  display: block;
  background-color: #ffffff;
  padding: 0 20px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  width: 135px;
  text-align: center;
}
.guide_about_box .about_bottom .content dl i {
  font-size: 16px;
  line-height: 38px;
  margin: 0 0 0 5px;
  color: #1e6c97;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_about_box .about_bottom .content dl p:hover i {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .guide_about_box .about_bottom .content,
  .guide_about_box .about_bottom ul {
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .guide_about_box .about_bottom_container {
    padding-bottom: 0.4rem;
  }
  .guide_about_box .about_bottom_container .swiper-pagination {
    bottom: -0.1rem;
  }

  .guide_about_box .about_bottom_container .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    position: relative;
    background: #dddddd;
    margin: 1px 5px !important;
    opacity: 1;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .guide_about_box .about_bottom_container .swiper-pagination-bullet-active {
    background: #1e6c97;
    transition: width 0.5s;
    -webkit-transition: width 0.5s; /* Safari */
  }
  .guide_about_box .about_bottom ul {
    padding: 0;
  }
  .guide_about_box .about_bottom .content {
    padding: 5px;
  }

  .guide_about_box .about_bottom .content li {
    width: 50%;
    padding: 3px;
  }
  .guide_about_box .about_bottom .content dl h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .guide_about_box .about_bottom .content dl p {
    line-height: 28px;
    height: 28px;
    font-size: 12px;
    width: 110px;
  }
  .guide_about_box .about_bottom .content dl p i {
    line-height: 30px;
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .guide_about_box .about_bottom .content dl p {
    line-height: 26px;
    height: 26px;
  }
  .guide_about_box .about_bottom .content dl p i {
    line-height: 28px;
  }
}

/* ============================================================================================================================
  服务流程
===============================================================================================================================*/
.guide_process .main {
  overflow: hidden;
  margin: 0rem 0 0.1rem;
}
.guide_process .main ul {
  width: 106%;
  padding-left: 8px;
}
.guide_process .main li {
  position: relative;
  width: 16.666%;
  float: left;
  padding: 0.2rem 0;
}
.guide_process .main li:last-child i {
  display: none;
}
.guide_process .main li a {
  border: 1px solid #a0a0a0;
  background-color: #f5f6f7;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 0.15rem;
  text-align: center;
  width: 65%;
  padding-top: 60%;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.guide_process .main li a:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.guide_process .main li a dd {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
}
.guide_process .main li a img {
  height: 0.6rem;
  margin: auto;
}
.guide_process .main li a p {
  line-height: 2;
  margin-top: 0.1rem;
  font-size: 20px;
  color: #2e2e2e;
}
.guide_process .main li i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.2rem;
  font-size: 30px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
@media (max-width: 1199px) {
  .guide_process .main li a img {
    height: 0.4rem;
    margin: auto;
  }
  .guide_process .main li i {
    font-size: 0.3rem;
  }
  .guide_process .main li a p {
    font-size: 0.2rem;
  }
}
@media (max-width: 768px) {
  .guide_process .main ul {
    width: 113%;
  }
  .guide_process .main li {
    position: relative;
    width: 33.33%;
    float: left;
  }
  .guide_process .main li a img {
    height: 0.8rem;
  }
  .guide_process .main li a p {
    font-size: 0.25rem;
  }
}
@media (max-width: 768px) and (min-width: 750px) {
  .guide_process .main li a img {
    height: 0.8rem;
  }
  .guide_process .main li a p {
    font-size: 0.36rem;
  }
}

/* ============================================================================================================================
  应用案例
===============================================================================================================================*/
.guide_case {
  padding: 0.4rem 0;
  width: 100%;
  overflow: hidden;
}
.guide_case .main {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.25rem;
  height: 5.9rem !important;
}
.guide_case .main li {
  float: left;
  width: 25%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  cursor: pointer;
}
.guide_case .main li .item {
  position: relative;
  overflow: hidden;
  height: 5.9rem;
}
.guide_case .main li dl {
  position: absolute;
  display: block;
  width: 100%;
  height: 5.9rem;
  z-index: 2;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_case .main li .img_ar img {
  height: 5.9rem;
}
.guide_case .main li dl .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  color: #ffffff;
}
.guide_case .main li dl .txt h3,
.guide_case .main li dl .txt p {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.guide_case .main li dl .txt h3 {
  position: relative;
  font-size: 0.5rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  letter-spacing: 0.05rem;
}
.guide_case .main li dl .txt h3::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.4rem;
  height: 2px;
  background-color: #ffffff;
}
.guide_case .main li dl .txt p {
  font-size: 0.23rem;
}

.guide_case .main .cur dl {
  opacity: 0;
}
/*--弹出层--*/
.guide_case .main li dd {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
  left: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}

.guide_case .main dd a {
  position: relative;
  z-index: 2;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0.5rem;
}
.guide_case .main dd a > div {
  margin: 0 auto;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  color: #1e6c97;
  display: block;
  background-color: #ffffff;
  padding: 0 20px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  width: 135px;
  text-align: center;
}
.guide_case .main dd a p {
  font-size: 16px;
  height: 60px;
  line-height: 30px;
  margin: 0.2rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.guide_case .main dd a > div i {
  font-size: 16px;
  line-height: 38px;
  margin: 0 0 0 0.05rem;
  color: #1e6c97;
}
.guide_case .main .cur dd {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media (max-width: 768px) {
  .guide_case .main dd a > div {
    line-height: 28px;
    height: 28px;
    font-size: 12px;
    width: 110px;
  }
  .guide_case .main dd a > div i {
    line-height: 30px;
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .guide_case .main dd a > div {
    line-height: 26px;
    height: 26px;
  }
  .guide_case .main dd a > div i {
    line-height: 28px;
  }
}
.guide_case .main .cur dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #1e6c97;
  opacity: 0.65;
  *filter: alpha(opacity=65);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media (max-width: 992px) {
  /*--手机端--*/
  .guide_case {
    padding: 0.5rem 0;
  }
  .guide_case .m-container,
  .guide_case .m-container .m_case_main {
    overflow: hidden;
  }
  .guide_case .m-container .m_case_main {
    position: relative;
    padding-bottom: 0.4rem;
  }
  .guide_case .m-container .m_case_main .swiper-pagination {
    bottom: -0.1rem;
  }

  .guide_case .m-container .m_case_main .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    position: relative;
    background: #dddddd;
    margin: 1px 5px !important;
    opacity: 1;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .guide_case .m-container .m_case_main .swiper-pagination-bullet-active {
    background: #1e6c97;
    transition: width 0.5s;
    -webkit-transition: width 0.5s; /* Safari */
  }
  .guide_case .m-container .m_case_main .pic {
    position: relative;
    padding-top: 66.66%;
    z-index: 1;
  }
  .guide_case .m-container .m_case_main .pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 1;
  }
  .guide_case .m_case_main li a {
    overflow: hidden;
    position: relative;
    display: block;
  }
  .guide_case .m_case_main li dl {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .guide_case .m_case_main li dl .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%;
    z-index: 2;
    text-align: center;
    color: #ffffff;
  }
  .guide_case .m_case_main li dl .txt p{font-size: 0.28rem;}
  .guide_case .m_case_main li dl::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.45;
    *filter: alpha(opacity=45);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
    z-index: 1;
  }
  .guide_case .m_case_main li dl .txt h3 {
    position: relative;
    font-size: 0.6rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    letter-spacing: 0.05rem;
  }
  .guide_case .m_case_main li dl .txt h3::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0.4rem;
    height: 2px;
    background-color: #ffffff;
  }
  .guide_case .m_case_main li dl dl .txt p {
    font-size: 0.23rem;
  }
  .guide_case .m_case_main li .more {
    margin: 0.25rem auto 0;
    overflow: hidden;
    line-height: 36px;
    font-size: 14px;
    color: #ffffff;
    display: block;
    background-color: #1e6c97;
    padding: 0 20px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
    width: 135px;
    text-align: center;
  }
  .guide_case .m_case_main li .more i {
    font-size: 14px;
    line-height: 38px;
    margin: 0 0 0 0.05rem;
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .guide_case .m_case_main li .more {
    line-height: 32px;
    font-size: 14px;
  }
  .guide_case .m_case_main li .more i {
    line-height: 34px;
    font-size: 14px;
  }
}

/* ============================================================================================================================
  新闻资讯
===============================================================================================================================*/
.guide_news {
  padding: 0.5rem 0;
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
}
.guide_news .guide_news_main {
  overflow: hidden;
}
.guide_news .guide_news_main h2 {
  font-size: 0.2rem;
  font-weight: bold;
  display: inline;
  color: #2e2e2e;
  padding-bottom: 0.08rem;
  border-bottom: 1px solid #1e6c97;
}
.guide_news .guide_news_main ul {
  overflow: hidden;
  margin-top: 33px;
}
.guide_news .guide_news_main .left {
  float: left;
  width: 32.33%;
  background-color: #ffffff;
  overflow: hidden;
  padding: 35px;
}
.guide_news .guide_news_main .left li {
  float: left;
  width: 100%;
  margin-bottom:16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.guide_news .guide_news_main .left li a span {
  color: #7b7b7b;
}
.guide_news .guide_news_main .left li:last-child {
  border: none;
}
.guide_news .guide_news_main .left li:last-child {
  margin: 0;
  padding:0;
}
.guide_news .guide_news_main .left li h3 {
  color: #2e2e2e;
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.guide_news .guide_news_main .left li:hover h3 {
  color: #1e6c97;
}
@media (max-width: 992px) {
  .guide_news .guide_news_main .left li h3 {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}

@media (max-width: 768px) {
  .guide_news .guide_news_main .left {
    padding: 30px;
  }
}
.guide_news .guide_news_main .right {
  float: right;
  width: 66.66%;
}
.guide_news .guide_news_main .right li {
  width: 100%;
  float: left;
  height:304px;
  overflow: hidden;
  margin-bottom: 14px;
  background-color: #ffffff;
}

@media (min-width:1680px) {
  .guide_news .guide_news_main .right li {
    height:320.5px;
  }
}

.guide_news .guide_news_main .right .pic,
.guide_news .guide_news_main .right dd {
  float: left;
  position: relative;
  width: 50%;
  height: 100%;
}
.guide_news .guide_news_main .right .pic img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guide_news .guide_news_main .right dd {
  padding: 0.8rem 0.5rem;
}
.guide_news .guide_news_main .right dd .txt {
  overflow: hidden;
  margin-top: 0.33rem;
  display: block;
}
.guide_news .guide_news_main .right dd h3 {
  color: #2e2e2e;
  font-size: 18px;
  line-height: 32px;
  max-height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.guide_news .guide_news_main .right dd .time {
  display: block;
  width: 100%;
  color: #7b7b7b;
  margin: 15px 0;
}
.guide_news .guide_news_main .right dd .more {
  float: left;
  overflow: hidden;
  line-height: 36px;
  font-size: 14px;
  color: #ffffff;
  display: block;
  background-color: #1e6c97;
  padding: 0 20px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  width: 135px;
  text-align: center;
}
.guide_news .guide_news_main .right dd .more i {
  font-size: 14px;
  line-height: 38px;
  margin: 0 0 0 0.05rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .guide_news .guide_news_main h2 {
    font-size: 18px;
  }
  .guide_news .guide_news_main ul {
    margin-top: 0.3rem;
  }
  .guide_news .guide_news_main .left {
    padding: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .guide_news .guide_news_main .right,
  .guide_news .guide_news_main .left {
    width: 100%;
  }
  .guide_news .guide_news_main .right .pic {
    width: 35%;
  }
  .guide_news .guide_news_main .right dd {
    overflow: hidden;
    width: auto;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 65%;
  }
  .guide_news .guide_news_main .right li {
    height: 150px;
  }
  .guide_news .guide_news_main .right dd .txt {
    margin-top: 10px;
  }
  .guide_news .guide_news_main .right dd h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
  }
  .guide_news .guide_news_main .right dd .time {
    margin: 6px 0;
  }
}

@media (max-width: 768px) {
  .guide_news .guide_news_main .right dd .more {
    line-height: 32px;
    font-size: 14px;
  }
  .guide_news .guide_news_main .right dd .more i {
    line-height: 34px;
    font-size: 14px;
  }
}